home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / bbs / fnos16a5.zip / HELP.ZIP / DUMP < prev    next >
Text File  |  1994-10-31  |  474b  |  17 lines

  1.  
  2. dump <hexaddress | .> [range]
  3.  
  4.      The dump command shows memory in hex and ascii. Hex-address is a
  5. 32-bit value split into page address and page offset. A splitting
  6. colon may be supplied.  If decimal-range is not given , 128
  7. bytes  are  displayed.  'dump .' displays memory starting at the end
  8. of a previous dump command.  This command is primarily useful for
  9. debugging.
  10.  
  11.      Example:
  12.  
  13.           dump 12fe0008
  14.           dump 12fe:8
  15.  
  16.      are equivalent.
  17.